home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16ae082 / FPOINTBL.GCS < prev    next >
Text File  |  1998-12-31  |  3KB  |  127 lines

  1. **************************************************
  2. * SEGA 1989 | FLASH POINT                        *
  3. **************************************************
  4.  
  5. .game Flash_Point_(bootleg)
  6. .shortname fpointbl
  7. .gamenumber 1
  8.  
  9. .rompath roms\fpointbl\
  10. .zip fpointbl.zip
  11.  
  12. !REM Need_original_&_bootleg_roms
  13.  
  14. .romsize 2
  15. .romload flpoint.003 flpoint.002
  16.  
  17. * bypass bootleg routine
  18. .patchcode 0x454 0x33
  19. .patchcode 0x455 0xf8
  20. .patchcode 0x456 0xe0
  21. .patchcode 0x457 0xe2
  22.  
  23. * title BG page sel
  24. .patchcode 0x8ce8 0x16
  25. .patchcode 0x8ce9 0x66
  26.  
  27. * sprite y0 offset patch
  28. .patchcode 0x17687 0x00
  29.  
  30. * explode sprite patch
  31. .patchcode 0x7bed 0x04
  32.  
  33. * sprite x position compensation
  34. .patchcode 0x7ea8 0x61
  35. .patchcode 0x7ea9 0x00
  36. .patchcode 0x7eaa 0x84
  37. .patchcode 0x7eab 0x16
  38. .patchcode 0x2c0 0xe7
  39. .patchcode 0x2c1 0x48
  40. .patchcode 0x2c2 0xe7
  41. .patchcode 0x2c3 0x49
  42. .patchcode 0x2c4 0x04
  43. .patchcode 0x2c5 0x40
  44. .patchcode 0x2c6 0x00
  45. .patchcode 0x2c7 0x10
  46. .patchcode 0x2c8 0x4e
  47. .patchcode 0x2c9 0x75
  48.  
  49. .inversedtile
  50. .scrsize 32
  51. .scrload flpoint.006 flpoint.005 flpoint.004
  52.  
  53. .objsize 128
  54. .objload flpoint.007 flpoint.008
  55. .objoffs 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  56.  
  57. .defram 0x40 64
  58. .defram 0x41 64
  59. .defram 0x44 64
  60. .defram 0x84 64
  61. *.defram 0xC4 64
  62. .defram 0xfd 1
  63. .defram 0xFE 64
  64. .defram 0xFF 64
  65.  
  66. .defram 0x60 64
  67.  
  68. .defram 0x2 64
  69. *.defram 0xc8 64
  70. .defram 0x3f 64
  71.  
  72. .define txt 0x41
  73. .define vid 0x40
  74. .define io 0x60
  75. .define spr 0x44
  76. .define pal 0x84
  77. .define soundbank 0xfd
  78.  
  79. .define iopl1 0x1003
  80. .define iopl2 0x1005
  81. .define iogen 0x1001
  82. .define iods1 0x2003
  83. .define iods2 0x2001
  84.  
  85. .dup 0x601001 0x44302b -1
  86. .dup 0x601001 0x443035 -1
  87. .dup 0x601001 0x44303d -1
  88. .dup 0x601001 0x443045 -1
  89. .dup 0x601001 0x44304d -1
  90. .dup 0x601001 0x02002e -1
  91. .dup 0x601001 0x020041 -1
  92. .dup 0x601001 0x020049 -1
  93. .dup 0x601001 0xfe003f -1
  94.  
  95. .define reghsfg 0x410E98
  96. .define reghsbg 0x410E9A
  97. .define regvsfg 0x410E91
  98. .define regvsbg 0x410E93
  99. .define regpsfg 0x410E81
  100. .define regpsbg 0x410E83
  101.  
  102. *.define reghsfg 0xC46008
  103. *.define reghsbg 0xC46018
  104. *.define regvsfg 0xC46001
  105. *.define regvsbg 0xC46011
  106. *.define regpsfg 0xC46023
  107. *.define regpsbg 0xC46027
  108.  
  109. .define dactype 0
  110.  
  111. .sound 3 (0=nosound)
  112. .samplespath samples\fpointbl\fp_
  113. .voicerange 0x41 0x4f
  114. .sfxrange 0xa0 0xba
  115. .bgmrange 0x90 0x99
  116. .z80load EPR12592.BIN
  117. .ym2151
  118. .dup 0x600007 0xfd0007 0xff
  119.  
  120. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  121. .dipswitch 0x30 4 GAME_DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  122.  
  123. .labeljoy TURN_PIECE_1 TURN_PIECE_2 TURN_PIECE_3 _ DOWN _ RIGHT LEFT
  124. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  125.  
  126. .end
  127.